*{
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
	text-decoration:none;
}
.box_z{
	width:298px;
	height:98px;
	margin:10px;
	border:1px solid #eee;
	overflow:hidden;
}
.top{
	height:27px;
	position:relative;
	background:#f7f7f7;
}
.top ul{
	position:absolute;
	width:301px;
	left:-1px;
}
.top li{
	float:left;
	width:58px;
	height:26px;
	line-height:26px;
	text-align:center;
	overflow:hidden;
	background:#f7f7f7;
	padding:0 1px;
	border-bottom:1px solid #eee;
}
.top li.select{
	background:#fff;
	border-bottom-color:#fff;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	padding:0;
	font-weight:bold;
}
/*li a:link,li a:visited{*/
	/*color:#000;*/
/*}*/
li a:hover{
	color:#f00;
}
.main .mod{
	margin:10px 10px 10px 19px;
}
.main .mod ul li{
	float:left;
	width:134px;
	height:25px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}